Generative AI Project Lifecycle
Generative AI project lifecycle
- Define the scope
- Choose an existing model (or pre-train a model)
- scaling choices for pre-training
- goal: maximize model performance
- constraints: compute budget
- scaling choice
- increase dataset size (number of tokens)
- increase model size (number of parameters)
- what is found: increasing training dataset size is more important than increasing model size
- Prompt engineering: Prompt Engineering
- Fine-tuning (supervised learning/supervised fine-tuning): LLM Fine-tuning
- Align with human feedback (safety tuning)
- Evaluation
- Model optimization and deployment: LLM Optimization
- Augment model and build LLM-powered applications: LLM-powered Application